/* ------轮播图------ */
.swiper-box {
    width: 100%;
    min-width: 1200px;
    height: auto;
    position: relative;
    overflow: hidden;
}

.wrapper-btm {
    width: 1400px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9;
}

.swiper-pagination-bullet-active {
    background: #e1000f;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    background-image: url("../images/pic11.png");
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    background-image: url("../images/pic11.png");
    transform: rotate(180deg);
}

/* -----分类------- */
.classify-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 65px 0;
}

.classif-itm{
    width: 32%;
    border: 1px solid #e5e5e5;
}
.classif-itm > a {
    width: 100%;
}
.classif-itm > a > img{
    width: 100%;
    max-height: 440px;
}
.icon-no{
    display: block;
}
.icon-ok{
    display: none;
}
.classif-itm>ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30px;
}
.classif-itm>ul>li:hover .icon-no{
    display: none;
}
.classif-itm>ul>li:hover .icon-ok{
    display: block;
}
.classif-itm>ul>li a {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.classif-itm>ul>li a img {
    width: 30px;
    height: 30px;
    transition: .3s all;
}

.classif-itm>ul>li:hover a img {
    transform: scale(1.2);
}

.classif-itm>ul>li a span {
    font-size: 14px;
    margin-top: 10px;
}


/* -----商品------- */
.goods-bj {
    background-color: #f5f5f5;
    padding: 50px 0;
}

.goods-box {}

.goods-bxtop {
    border-bottom: 1px solid #d6d6d6;
}

.goods-bxtop>ul {
    display: flex;

}

.goods-bxtop>ul li {
    width: 20%;
    padding: 15px 0;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
}

.libtm {
    border-bottom: 2px solid #e1000f;
}

/* --------- */
.goods-bxcnt {
    transform: scale(.5);
    opacity: 0;
    transition: all .5s;
}

.goods-bxcnt>ul {
    display: flex;
    flex-wrap: wrap;
}

.goods-bxcnt>ul li {
    width: 23%;
    margin: 14px;
    background-color: #ffffff;
    cursor: pointer;
    transition: all .3s;
}

.goods-bxcnt>ul li:hover {
    box-shadow: 0 0 10px 5px #e5e5e5;
}

.goods-bxcnt>ul li:hover .goods-cntimg img {
    transform: scale(1.1);
}

.goods-cntimg {
    width: 100%;
    overflow: hidden;
}

.goods-cntimg img {
    width: 100%;
    max-height: 330px;
    transition: all .3s;
}

.goods-cnt-btm {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 15px 10px;
}

.goods-cnt-btm p {
    font-size: 16px;
}

.goods-cnt-btm a {
    font-size: 14px;
    margin-top: 15px;
    color: #999999;
}

.goods-cnt-btm a:hover {
    color: #e1000f;
    border-bottom: 1px solid #e1000f;
}

/* --------- */
.goods-bxbtm {
    display: flex;
    justify-content: center;
}

.goods-btm-btn a{
    width: 350px;
    background-color: #222222;
    color: #ffffff;
    font-size: 14px;
    margin-top: 20px;
    padding: 15px 0;
    text-align: center;
    cursor: pointer;
    display: inline-block;
}


/* 实力理念售后 */
.recognize-bj {
    background-color: #ffffff;
    padding: 70px 0;
}

.recognize-box {
    background-image: url("../images/picbj02.png");
    background-size: 100% 100%;
}

.recognize-box>ul {
    padding: 50px;
    height: 500px;
    display: flex;
    justify-content: space-between;
    overflow: hidden;
}

.recognize-box>ul li {
    width: 30%;
    position: relative;
}

.recognize-box>ul li h2 {
    font-size: 30px;
    font-weight: 600;
    color: #ffffff;
    padding: 15px 0;
    position: relative;
    z-index: 2;
    /* opacity: 0; */
    transition: all 1s;
}

.recognize-box>ul li h2 span {
    display: inline-block;
    width: 120px;
    height: 15px;
    position: absolute;
    bottom: 150px;
    left: 0;
    z-index: -1;
    background-color: #e1000f;
    transition: all .3s;
}

.recognize-box>ul li:hover h2 span {

    bottom: 15px;
}

.recognize-box>ul li p {
    font-size: 16px;
    color: #ffffff;
    line-height: 30px;
    margin-top: 20px;
    display: none;
    transition: all .3s;
}

.recognize-box>ul li:hover p {
    display: block;
}

.recognize-box>ul li:hover .addnews-btn {
    background-color: #e1000f;
}

.addnews-btn {
    width: 180px;
    padding: 15px 0;
    position: absolute;
    bottom: 0;
    transition: all 0.5s;
}

.btnbj {
    background-color: #e1000f;
}

.addnews-btn>a {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffffff;
}

.addnews-btn>a span {
    font-size: 16px;
}

.addnews-btn>a img {
    width: 15px;
    height: 15px;
    margin-left: 10px;
}

/* 客户展示 */
.custom-box {
    background-color: #f5f5f5;
    padding: 65px 0 90px;
}

.custom-bxtit {
    font-size: 32px;
    font-weight: 600;
    text-align: center;
    transition: all .5s;
    transform: rotate(0deg);
}

.custom-box>ul {
    display: flex;
    flex-wrap: wrap;
    margin-top: 50px;
}

.custom-box>ul li {
    width: 25%;
    border: 1px solid #f5f5f5;
}

.custom-box>ul li img {
    width: 100%;
    max-height: 150px;
}


/* 工作服定制流程 */
.flow-path {
    background-color: #ffffff;
    padding: 60px 0 80px;
}

.flow-box {
    margin-top: 50px;
    position: relative;
    overflow: hidden;
}

.flow-box img {
    width: 100%;
    height: auto;
}
.flowbtm{
    width: 20vw;
    height: 15vw;
    background: linear-gradient(to left , rgba(249,108,108,.5),rgba(249,108,108,0));
    position: absolute;
    top: 0;
    left: -20vw;
    transition: all 2s;
}


@media only screen and (max-width: 1400px) {
    .goods-bxcnt>ul li {
        margin: 12px;
    }
}

@media only screen and (max-width: 1240px) {
    .classif-itm>ul{
        padding: 20px;
    }

    .classif-itm>ul>li a img {
        width: 30px;
        height: 30px;
    }

    .classif-itm>ul>li a span {
        font-size: 12px;
        margin-top: 8px;
    }

    .recognize-box>ul {
        height: 450px;
    }

    .goods-bxtop>ul li {
        font-size: 16px;
    }

    .goods-bxcnt>ul li {
        width: 22%;
        margin: 14px;
    }

    .recognize-box>ul li h2 {
        font-size: 26px;
    }

    .recognize-box>ul li h2 span {
        width: 100px;
    }

    .recognize-box>ul li p {
        font-size: 14px;
        margin-top: 10px;
        line-height: 26px;
    }

    .goods-cnt-btm p {
        font-size: 14px;
    }

    .goods-btm-btn {
        width: 300px;
    }

    .addnews-btn {
        width: 160px;
        padding: 10px 0;
    }

    .addnews-btn>a span {
        font-size: 14px;
    }

    .custom-box {
        padding: 60px 0 80px;
    }

    .custom-bxtit {
        font-size: 30px;
    }

    .custom-box>ul {
        margin-top: 40px;
    }
}

@media only screen and (max-width: 768px) {
    .swiper-box {
        min-width: 100%;
    }

    .swiper-button-next,
    .swiper-button-prev {
        width: .4rem;
        height: .55rem;
    }
    .classify-box{
        flex-direction: column;
        padding: .6rem .1rem;
    }

    .classif-itm{
        width: 100%;
    }

    .classif-itm>ul>li a img {
        width: .3rem;
        height: .3rem;
    }

    .goods-bj{
        padding: .5rem 0;
    }
    .goods-bxtop>ul {
        overflow: auto;
        white-space: nowrap;
        display: block;
    }
    .goods-bxtop>ul li {
        width: 20%;
        padding: .15rem 0;
        font-size: .2rem;
        display: inline-block;
    }
    .goods-bxcnt>ul li {
        width: 45%;
        margin: .15rem;
    }
    .goods-cnt-btm{
        padding: .15rem .1rem;
    }
    .goods-cnt-btm p {
        font-size: .18rem;
    }
    .goods-cnt-btm a {
        font-size: .16rem;
        margin-top: .15rem;
    }
    .goods-btm-btn {
        width: 3.5rem;
        font-size: .16rem;
        margin-top: .2rem;
        padding: .15rem 0;
    }

    .recognize-bj {
        padding: .6rem 0;
    }
    .recognize-box>ul {
        padding: .3rem;
        height: 5rem;
        display: flex;
        justify-content: space-between;
        overflow: hidden;
    }
    .recognize-box>ul li h2 {
        font-size: .3rem;
        padding: .15rem 0;
    }
    .recognize-box>ul li h2 span {
        width: 1.2rem;
        height: .15rem;
        position: absolute;
        bottom: 1.5rem;
        left: 0;
    }
    .recognize-box>ul li p {
        font-size: .2rem;
        line-height: .3rem;
        margin-top: .2rem;
    }
    .addnews-btn {
        width: 1.8rem;
        padding: .15rem 0;
    }
    .addnews-btn>a span {
        font-size: .18rem;
    }
    .addnews-btn>a img {
        width: .2rem;
        height: .2rem;
        margin-left: .1rem;
    }

    

    .custom-box {
        padding: .6rem 0 .7rem;
    }
    .custom-bxtit {
        font-size: .32rem;
    }
    .custom-box>ul {
        margin-top: .5rem;
    }
    .custom-box>ul li{
        width: 33%;
    }



    .flow-path {
        padding: .6rem 0;
    }
}